Skip to main content

get States

Get States Of Devices

Path Parameters
    subscriptionid string required

    Subscription ID

    registryId string required

    Registry ID

    deviceId string required

    Device ID

Query Parameters
    numStates integer

    The number of states to list. States are listed in descending order of update time. The maximum number of states retained is 10. If this value is zero, it will return all the states available.

Responses

OK


Schema
    deviceStates object[]
    binaryData string
    updateTime string
Loading...